home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
degree2r
/
create~2.txt
< prev
next >
Wrap
Text File
|
1999-07-26
|
151b
|
6 lines
<%
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("d:\ramesh.htm", True)
a.WriteLine("This is a test.")
a.Close
%>